home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML Instance.sea / XML Instance / Required / ccs_util.jar / regex / RegExpSyntaxException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-12-09  |  406 b   |  11 lines

  1. package regex;
  2.  
  3. public class RegExpSyntaxException extends Exception {
  4.    public RegExpSyntaxException() {
  5.    }
  6.  
  7.    public RegExpSyntaxException(String var1) {
  8.       super(var1);
  9.    }
  10. }
  11.